<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å®¢æˆ·æ¡ˆä¾‹æŽ§åˆ¶è¡¨ */

.case_con .case_top {
	margin-top: 30px;
	border-bottom: #E5E5E5 1px solid;
}

.case_con .case_right {
	     float: right;
    width: 78%;
}
.case_con .case_right .img_list{
	overflow: hidden;
}
.case_con .case_right .img_list&gt;li {
float: left;
    margin: 20px 0 20px 50px;
    width: 26%;
    height: 170px;
    border: 1px #e5e5e5 solid;
}

.case_con .case_right .img_list&gt;li&gt;a&gt;img {
	width: 100%;
	height: 100%;
}

.case_con .case_right .img_list&gt;li a h6 {
	font-size: 14px;
	text-align: center;
}</pre></body></html>